home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 November / EnigmA AMIGA RUN 02 (1995)(G.R. Edizioni)(IT)[!][issue 1995-11][Skylink CD].iso / earcd / program / gcc / ixemul-4.lha / ixemul-41.4 / man / cat3 / bcmp.0 < prev    next >
Text File  |  1992-08-10  |  990b  |  67 lines

  1.  
  2. BCMP(3)                    UNIX Programmer's Manual                    BCMP(3)
  3.  
  4. NNAAMMEE
  5.      bbccmmpp - compare byte string
  6.  
  7. SSYYNNOOPPSSIISS
  8.      ##iinncclluuddee <<ssttrriinngg..hh>>
  9.  
  10.      _i_n_t
  11.      bbccmmpp(_c_o_n_s_t _v_o_i_d _*_b_1, _c_o_n_s_t _v_o_i_d _*_b_2, _s_i_z_e___t _l_e_n)
  12.  
  13. DDEESSCCRRIIPPTTIIOONN
  14.      The bbccmmpp() function compares byte string _b_1 against byte string _b_2, re­
  15.      turning zero if they are identical, non­zero otherwise.  Both strings are
  16.      assumed to be _l_e_n bytes long.  Zero­length strings are always identical.
  17.  
  18.      The strings may overlap.
  19.  
  20. SSEEEE AALLSSOO
  21.      bcmp(3),  memcmp(3),  strcasecmp(3),  strcmp(3),  strcoll(3),  strxfrm(3)
  22.  
  23. HHIISSTTOORRYY
  24.      A bbccmmpp() function first appeared in 4.2BSD.
  25.  
  26. 4.2 Berkeley Distribution       April 19, 1991                               1
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.